'Declaration
Public Function New( _ ByVal drawingObjects() As Shape, _ ByVal action As ShapeActionsCommand.Actions, _ ByVal flipHorizontal As Boolean, _ Optional ByVal parentLocationChange As Size _ )
'Usage
Dim drawingObjects() As Shape Dim action As ShapeActionsCommand.Actions Dim flipHorizontal As Boolean Dim parentLocationChange As Size Dim instance As New ShapeActionsCommand(drawingObjects, action, flipHorizontal, parentLocationChange)
public ShapeActionsCommand( Shape[] drawingObjects, ShapeActionsCommand.Actions action, bool flipHorizontal, Size parentLocationChange )
Parameters
- drawingObjects
- The drawing objects to process.
- action
- The action agains the drawing object.
- flipHorizontal
- parentLocationChange
- The location change of parent shape.